- GSList
alias GSList = _GSList
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_alloc
alias da_g_slist_alloc = GSList* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_append
alias da_g_slist_append = GSList* function(GSList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_concat
alias da_g_slist_concat = GSList* function(GSList* list1, GSList* list2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_copy
alias da_g_slist_copy = GSList* function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_copy_deep
alias da_g_slist_copy_deep = GSList* function(GSList* list, GCopyFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_delete_link
alias da_g_slist_delete_link = GSList* function(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_find
alias da_g_slist_find = GSList* function(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_find_custom
alias da_g_slist_find_custom = GSList* function(GSList* list, gconstpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_foreach
alias da_g_slist_foreach = void function(GSList* list, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_free
alias da_g_slist_free = void function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_free_1
alias da_g_slist_free_1 = void function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_free_full
alias da_g_slist_free_full = void function(GSList* list, GDestroyNotify free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_index
alias da_g_slist_index = gint function(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_insert
alias da_g_slist_insert = GSList* function(GSList* list, gpointer data, gint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_insert_before
alias da_g_slist_insert_before = GSList* function(GSList* slist, GSList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_insert_sorted
alias da_g_slist_insert_sorted = GSList* function(GSList* list, gpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_insert_sorted_with_data
alias da_g_slist_insert_sorted_with_data = GSList* function(GSList* list, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_last
alias da_g_slist_last = GSList* function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_length
alias da_g_slist_length = guint function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_nth
alias da_g_slist_nth = GSList* function(GSList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_nth_data
alias da_g_slist_nth_data = gpointer function(GSList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_position
alias da_g_slist_position = gint function(GSList* list, GSList* llink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_prepend
alias da_g_slist_prepend = GSList* function(GSList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_remove
alias da_g_slist_remove = GSList* function(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_remove_all
alias da_g_slist_remove_all = GSList* function(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_remove_link
alias da_g_slist_remove_link = GSList* function(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_reverse
alias da_g_slist_reverse = GSList* function(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_sort
alias da_g_slist_sort = GSList* function(GSList* list, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_slist_sort_with_data
alias da_g_slist_sort_with_data = GSList* function(GSList* list, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_alloc
GSList* g_slist_alloc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_append
GSList* g_slist_append(GSList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_concat
GSList* g_slist_concat(GSList* list1, GSList* list2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_copy
GSList* g_slist_copy(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_copy_deep
GSList* g_slist_copy_deep(GSList* list, GCopyFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_delete_link
GSList* g_slist_delete_link(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_find
GSList* g_slist_find(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_find_custom
GSList* g_slist_find_custom(GSList* list, gconstpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_foreach
void g_slist_foreach(GSList* list, GFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free
void g_slist_free(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free_1
void g_slist_free_1(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free_full
void g_slist_free_full(GSList* list, GDestroyNotify free_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_index
gint g_slist_index(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert
GSList* g_slist_insert(GSList* list, gpointer data, gint position)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_before
GSList* g_slist_insert_before(GSList* slist, GSList* sibling, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_sorted
GSList* g_slist_insert_sorted(GSList* list, gpointer data, GCompareFunc func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_sorted_with_data
GSList* g_slist_insert_sorted_with_data(GSList* list, gpointer data, GCompareDataFunc func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_last
GSList* g_slist_last(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_length
guint g_slist_length(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_nth
GSList* g_slist_nth(GSList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_nth_data
gpointer g_slist_nth_data(GSList* list, guint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_position
gint g_slist_position(GSList* list, GSList* llink)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_prepend
GSList* g_slist_prepend(GSList* list, gpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove
GSList* g_slist_remove(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove_all
GSList* g_slist_remove_all(GSList* list, gconstpointer data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove_link
GSList* g_slist_remove_link(GSList* list, GSList* link_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_reverse
GSList* g_slist_reverse(GSList* list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_sort
GSList* g_slist_sort(GSList* list, GCompareFunc compare_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_sort_with_data
GSList* g_slist_sort_with_data(GSList* list, GCompareDataFunc compare_func, gpointer user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_alloc
da_g_slist_alloc g_slist_alloc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_append
da_g_slist_append g_slist_append;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_concat
da_g_slist_concat g_slist_concat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_copy
da_g_slist_copy g_slist_copy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_copy_deep
da_g_slist_copy_deep g_slist_copy_deep;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_delete_link
da_g_slist_delete_link g_slist_delete_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_find
da_g_slist_find g_slist_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_find_custom
da_g_slist_find_custom g_slist_find_custom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_foreach
da_g_slist_foreach g_slist_foreach;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free
da_g_slist_free g_slist_free;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free_1
da_g_slist_free_1 g_slist_free_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_free_full
da_g_slist_free_full g_slist_free_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_index
da_g_slist_index g_slist_index;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert
da_g_slist_insert g_slist_insert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_before
da_g_slist_insert_before g_slist_insert_before;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_sorted
da_g_slist_insert_sorted g_slist_insert_sorted;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_insert_sorted_with_data
da_g_slist_insert_sorted_with_data g_slist_insert_sorted_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_last
da_g_slist_last g_slist_last;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_length
da_g_slist_length g_slist_length;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_nth
da_g_slist_nth g_slist_nth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_nth_data
da_g_slist_nth_data g_slist_nth_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_position
da_g_slist_position g_slist_position;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_prepend
da_g_slist_prepend g_slist_prepend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove
da_g_slist_remove g_slist_remove;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove_all
da_g_slist_remove_all g_slist_remove_all;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_remove_link
da_g_slist_remove_link g_slist_remove_link;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_reverse
da_g_slist_reverse g_slist_reverse;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_sort
da_g_slist_sort g_slist_sort;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_slist_sort_with_data
da_g_slist_sort_with_data g_slist_sort_with_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.